home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / business / bclink25.zip / SAMPLE5.BAT < prev    next >
DOS Batch File  |  1996-09-03  |  1KB  |  27 lines

  1. @echo off
  2. ::========================================================================
  3. ::  Sample Batch File #5.  
  4. ::
  5. ::  Sample Batch Files:
  6. ::          Sample #1.  CLOCK session.
  7. ::          Sample #2.  MANAGER'S MONITOR session.
  8. ::          Sample #3.  REMOTE CLOCK-IN session (with prompts).
  9. ::          Sample #4.  REMOTE CLOCK-IN session (complete command-line).
  10. ::      ==> Sample #5.  REMOTE CLOCK-OUT session (complete command-line).
  11. ::          Sample #6.  MESSAGE SENDING session.
  12. ::          Sample #7.  TSR Utility start-up.
  13. ::========================================================================
  14. ::
  15. echo .
  16. echo           Sample #5.  REMOTE CLOCK-OUT session (complete command-line).
  17. echo .
  18. echo This .BAT file does a complete 'command line' clock-out.
  19. echo This lets you click an icon from windows or select a menu item.
  20. echo The various prompts may be suppressed by settings in the config file.
  21. echo It then does the rest.
  22. echo In this example:
  23. echo    it clocks out worker #2806.
  24. echo .
  25. pause
  26. bclink.exe PUNCH A /w=2806 /s=O
  27.